home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 4 / 71.TXT < prev    next >
Text File  |  1993-11-16  |  4KB  |  132 lines

  1. DOCUMENT:Q103471  02-NOV-1993  [W_NT]
  2. TITLE   :Setup Hangs During SCSI Detection; Disabling SCSI Detection
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. Windows NT Setup may fail during SCSI detection for a variety of
  16. reasons. In some cases, the SCSI-detection routine may conflict with
  17. the SCSI adapter, hindering further detection and sometimes even
  18. halting the installation. You may be able to avoid these problems by
  19. disabling some or all of the SCSI-detection phase of Windows NT Setup.
  20.  
  21. HOW TO DISABLE THE SCSI-DETECTION ROUTINES
  22. ==========================================
  23.  
  24. If you have a SCSI adapter, you can disable all the SCSI-detection
  25. routines except the one for your particular adapter by modifying the
  26. TXTSETUP.INF file on Disk 1 of your Setup disks. If you have no SCSI
  27. adapters, you can disable all the SCSI-detection routines.
  28.  
  29. NOTE: Before you can modify TXTSETUP.INF, you need to make a backup
  30. copy of the first Setup disk since it is write-protected. To do so,
  31. choose Copy Disk from the Disk menu in File Manager (or use the MS-DOS
  32. DISKCOPY command). Make sure you use the same media type and density,
  33. and that you modify the copy of TXTSETUP.INF, not the original.
  34.  
  35. Before you can disable any SCSI-detection routines, you need to know
  36. what type of computer you have: ISA, EISA, or MCA. There are three
  37. corresponding sections in the TXTSETUP.INF file:
  38.  
  39.    [SCSI.ISA.LOAD]
  40.    [SCSI.EISA.LOAD]
  41.    [SCSI.MCA.LOAD]
  42.  
  43. Go to the appropriate section for your computer and disable all the
  44. SCSI routines you do not need by inserting the pound sign (#) in front
  45. of each line. For example, if you had an MCA computer and wanted to
  46. disable all the SCSI-detection routines, your [SCSI.MCA.LOAD] section
  47. would look like this:
  48.  
  49.    [SCSI.MCA.Load]
  50.    #d0,ncr53c9x
  51.    #d0,spock
  52.    #d0,ncrc700
  53.    #d0,ncrc710
  54.    #d0,aha154x
  55.    #d0,buslogic
  56.    #d0,fd16_700
  57.  
  58. After you make your changes, save the file and start Windows NT Setup
  59. again.
  60.  
  61. SCSI LOAD SECTIONS OF TXTSETUP.INF
  62. ==================================
  63.  
  64. The following text was taken directly from the TXTSETUP.INF file:
  65.  
  66.    [SCSI.ISA.Load]
  67.    d0,ncr53c9x
  68.    d0,aha154x
  69.    d0,sparrow
  70.    d0,dptscsi
  71.    d0,ultra14F
  72.    d0,buslogic
  73.    d0,fd8xx
  74.    d0,fd16_700
  75.    d0,t128
  76.    d0,t13b
  77.    d0,always
  78.    d0,dtc329x
  79.    d0,tmv1
  80.  
  81.    [SCSI.EISA.Load]
  82.    d0,ncr53c9x
  83.    d0,oliscsi
  84.    d0,ncrc700
  85.    d0,ncrc710
  86.    d0,aha154x
  87.    d0,sparrow
  88.    d0,aha174x
  89.    d0,dptscsi
  90.    d0,ultra14F
  91.    d0,ultra124
  92.    d0,ultra24F
  93.    d0,buslogic
  94.    d0,fd7000ex
  95.    d0,fd8xx
  96.    d0,fd16_700
  97.    d0,t128
  98.    d0,t13b
  99.    d0,always
  100.    d0,arrow
  101.    #d0,dce376nt
  102.    d0,dtc329x
  103.    d0,tmv1
  104.  
  105.    [SCSI.MCA.Load]
  106.    d0,ncr53c9x
  107.    d0,spock
  108.    d0,ncrc700
  109.    d0,ncrc710
  110.    d0,aha154x
  111.    d0,buslogic
  112.    d0,fd16_700
  113.  
  114. Additional reference words: 3.10 compaq prosignia ncr ncrc710
  115. KBCategory:
  116. KBSubCategory: HRDWR STP HOWTO
  117.  
  118. =============================================================================
  119.  
  120. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  121. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  122. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  123. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  124. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  125. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  126. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  127. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  128. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  129. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  130. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  131.  
  132. Copyright Microsoft Corporation 1993.